Crate hotg_rune_proc_blocks

Crate hotg_rune_proc_blocks 

Source
Expand description

Common abstractions used by all Rune proc blocks.

§Feature Flags

This crate has the following cargo feature flags:

  • derive - re-export the #[derive(ProcBlock)] from the hotg-rune-proc-block-macros crate

Structs§

ProcBlockDescriptor
A description of everything a particular proc block is capable of.
Tensor
A multidimensional array with copy-on-write semantics.
TensorDescriptor
TensorDescriptors
TransformDescriptor

Enums§

Dimension
Dimensions

Constants§

VERSION
This crate’s version.

Traits§

ProcBlock
The base trait that all proc blocks must implement.
Transform
Process some data, transforming it from one form to another.

Derive Macros§

ProcBlock
Derive the ProcBlock trait for a particular type.